It is the feed contains the status of the last, most-recent execution of a SQL Server job including the job's steps. The step name is used as the title for the feed items. The following information is reported for each step:
- Executed on: Date and time of the last execution of this step.
- Duration: The time it took this step to complete the last time it was executed.
- Status: Indicated whether the step succeeded or failed in the last run.
- Retries attempted: Number of times this step was retried.
- Email sent to: The operator that received an email notification if any.
- Message: A message indicating the user under which the step was executed and the completion status.
 |
You can customize the feed via the web.config parameter JobHistoryFeed. |